 <style>
     .myDiv {
  
    
  text-align: center;
  width: 95%;
  margin: auto;
}
.myDiv2 {
  
  background-color: #fffff0;    
  text-align: right;
  width: 95%;
  margin: auto;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 50px;
 font-weight: bold;
 color: green;
  text-align: center;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 32px;
 
  
  
}

p{
    font-size: 30px;
}

#th1 {
  border: 0px solid blue;
  text-align: left;
  padding: 27px;
   text-align: center;
   background-color: white;
  
  
}
tr:nth-child(even) {
  background-color: #ffe4e1;
}


.button2 {
  background-color: #ffc680;
  border: none;
  color: black;
  padding: 34px 100px;
  text-align: center;
  text-shadow: 2px 2px 2px green;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
   font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.button7 {
  background-color: #ffc680;
  border: none;
  color: black;
  padding: 34px 80px;
  text-align: center;
  text-shadow: 2px 2px 2px #FF0000;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
   font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}
  
.button {
  background-color: #abedad;
  border: none;
  color: black;
  padding: 18px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
   font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.button3 {
  background-color: #abedad;
  border: none;
  color: black;
  padding: 18px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
   font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.button6 {
  background-color: #ffc680;
  border: none;
  color: black;
  padding: 18px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
   font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}


.button15 {
  background-color: #FFEF00;
  border: none;
  color: black;
  padding: 18px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
   font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.button16 {
  background-color: #F36346;
  border: none;
  color: black;
  padding: 18px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
   font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.button17 {
  background-color: rgb(224,123,57);
  border: none;
  color: white;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px;
  cursor: pointer;
}

.button17a {
  background-color: green;
  border: none;
  color: white;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
   font-weight: bold;
  margin: 0px 0px;
  cursor: pointer;
}

.button18 {
  background-color: #0af09b;
  border: none;
  color: black;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
   font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}



.button10 {border-radius: 2px;}
.button11 {border-radius: 4px;}
.button12 {border-radius: 10px;}
.button13 {border-radius: 25px;}
.button14 {border-radius: 50%;}
.button15 {border-radius: 15px;}
.button16 {border-radius: 15px;}


    
        .marquee { 
            padding-top: 10px; 
            padding-bottom: 10px;
            font-size: 40px;
            
            
        } 
        





#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
   font-size: 45px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

h2 {
  font-size: 1.875em;
}

.f-l {
    float: left;
}
    
.f-r {
    float: right;
}





* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 20%;
  padding: 10px;
  height: 40px; /* Should be removed. Only for demonstration */
}

.column2 {
  float: left;
  width: 60%;
  padding: 10px;
  height: 40px; /* Should be removed. Only for demonstration */
}


.column3 {
  float: left;
  width: 20%;
  padding: 10px;
  height: 40px; /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


     
 </style>